GoXam for WPF v3
GenericNetwork<V,E,Y> Class
Members 
Northwoods.GoXam.Layout Namespace : GenericNetwork<V,E,Y> Class
a Type of GenericNetwork.Vertex<V,E,Y>
a Type of GenericNetwork.Edge<V,E,Y>
a Type of IDiagramLayout
This provides an abstract view of a IEnumerable as a network (graph) of vertexes and directed edges. These vertexes and edges correspond to Northwoods.GoXam.Parts (Northwoods.GoXam.Nodes or Northwoods.GoXam.Links) provided in the IEnumerable. This class provides a framework for manipulating the state of nodes and links without modifying the structure of the original model.
Syntax
public class GenericNetwork<V,E,Y> 
where V: new(), Northwoods.GoXam.Layout.GenericNetwork/VertexVertexertexrtextexexx<V,E,Y>
where E: new(), Northwoods.GoXam.Layout.GenericNetwork/EdgeEdgedgegee<V,E,Y>
where Y: IDiagramLayout
Type Parameters
V
a Type of GenericNetwork.Vertex<V,E,Y>
E
a Type of GenericNetwork.Edge<V,E,Y>
Y
a Type of IDiagramLayout
Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Layout.GenericNetwork<V,E,Y>
      Northwoods.GoXam.Layout.CircularNetwork
      Northwoods.GoXam.Layout.ForceDirectedNetwork
      Northwoods.GoXam.Layout.LayeredDigraphNetwork
      Northwoods.GoXam.Layout.TreeNetwork

See Also

Reference

GenericNetwork<V,E,Y> Members
Northwoods.GoXam.Layout Namespace